Don't overwrite default model with blockrun/auto#13
Don't overwrite default model with blockrun/auto#13achiurizo wants to merge 1 commit intoBlockRunAI:mainfrom
blockrun/auto#13Conversation
|
Hey @achiurizo, thanks for this PR! I understand the concern about timing issues during installation. We recently shipped some changes (v0.6.0-v0.6.4) that should address this: 1. const healthy = await waitForProxyHealth(port);
if (!healthy) {
api.logger.warn('Proxy health check timed out...');
}2. Universal free fallback - Even if the wallet is empty, ALL requests now fall back to The design intent is zero-friction onboarding: install → smart routing works immediately (using free model if wallet is empty). Questions:
If |
|
I tried with latest and did a reinstall and the flow works better now. Thank you! |
When using the
openclawto handle installation ofclawrouter, you can run into an issue whereblockrun/autois set as the model and this creates connection issues with the model as the process is still being setup. This requires manual intervention to get back on track.By not overriding the model, the
openclawagent can continue the process until completion and instead we prompt the user or agent to switch via/model blockrun/auto